Skip to content

Add memory db path config#50

Merged
codeaholicguy merged 2 commits intomainfrom
feature-memory-db-path-config
Apr 4, 2026
Merged

Add memory db path config#50
codeaholicguy merged 2 commits intomainfrom
feature-memory-db-path-config

Conversation

@codeaholicguy
Copy link
Copy Markdown
Owner

@codeaholicguy codeaholicguy commented Apr 4, 2026

Summary

Add project-scoped memory database configuration for ai-devkit CLI commands.

Users can now set memory.path in project .ai-devkit.json. When present, ai-devkit memory store, search, and update use that path instead of the default ~/.ai-devkit/memory.db. Relative paths are resolved from the directory containing .ai-devkit.json.

If memory.path is missing, blank, or invalid, the CLI falls back to the existing default path.

The change is intentionally scoped to ai-devkit project commands only.

Scope

  • No global memory.path support in ~/.ai-devkit/.ai-devkit.json
  • No change to standalone @ai-devkit/memory MCP server behavior
  • No change to the default DB path when project config is absent

Example

{
  "memory": {
    "path": ".ai-devkit/memory.db"
  }
}

@codeaholicguy codeaholicguy merged commit c535e81 into main Apr 4, 2026
7 checks passed
@codeaholicguy codeaholicguy deleted the feature-memory-db-path-config branch April 4, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant